Actian Vector Linux client prerequisites
To set up the Actian Vector client on Linux:
- Run the Vector client RPM file using yum.
-
Update the /etc/odbcinst.ini file as folllows:
[Ingres]
Driver=/opt/Actian/Vector_Client/ingres/lib/libiiodbcdriver.1.so
DriverODBCVer=3.50
DriverReadOnly=N
DriverType=Ingres
Vendor=Actian Corporation
DontDlClose=1
[Ingres CL]
Driver=/opt/Actian/Vector_Client/ingres/lib/libiiodbcdriver.1.so
DriverODBCVer=3.50
DriverReadOnly=N
DriverType=Ingres
Vendor=Actian Corporation
DontDlClose=1
-
Update the site_arep_login.sh file as follows:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Actian/Vector_Client/ingres/lib
export II_SYSTEM=/opt/Actian/Vector_Client
- Restart the Replicate services.
-
Change the working directory to the Vector client installation directory (by default, /opt/Actian/Vector_Client/ingres/bin/). Then run the following command:
export II_SYSTEM=/opt/Actian/Vector_Client
- Run the ./netutil command and setup login credentials for your Actian Vector database.